Skip to content

Implement Postgres repository layer#29

Open
darrensh3n wants to merge 2 commits intodevfrom
darren/repository
Open

Implement Postgres repository layer#29
darrensh3n wants to merge 2 commits intodevfrom
darren/repository

Conversation

@darrensh3n
Copy link
Copy Markdown
Collaborator

@darrensh3n darrensh3n commented Apr 29, 2026

  • Adds Invite, Attempt, Answer, Submission, and SubmissionResult repositories
  • Implements Postgres-backed repository layer using raw SQL
  • Provides concrete implementations for assessments, questions, answers, submissions, and related entities
    Closes fleshing out repository layer #18

@darrensh3n darrensh3n requested a review from adarshm11 April 29, 2026 05:19
Copy link
Copy Markdown
Contributor

@adarshm11 adarshm11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code looks good. before approval could you rebase? looks like the commit history has one of wayne's commits which was already merged to dev. remember, when rebasing, go onto dev branch and pull the latest from dev, then go back to your branch and run git rebase dev.

@darrensh3n darrensh3n force-pushed the darren/repository branch from 05ac6b8 to cd4f087 Compare May 3, 2026 03:31
@wayngo wayngo mentioned this pull request May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fleshing out repository layer

2 participants